net/http.http2writeGoAway.maxStreamID (field)

3 uses

	net/http (current package)
		h2_bundle.go#L5176: 					maxStreamID: sc.maxClientStreamID,
		h2_bundle.go#L10340: 	maxStreamID uint32
		h2_bundle.go#L10345: 	err := ctx.Framer().WriteGoAway(p.maxStreamID, p.code, nil)